home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
HippoDraw
/
HippoDrawSrc1.1
/
Hippo.subproj
/
PageMarker.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-25
|
435 b
|
22 lines
/* PageMarker.h by Paul Rensinng November 1991
* draws page boundary in drawing document
*
* Copyright (C) 1991 The Board of Trustees of
* The Leland Stanford Junior University. All Rights Reserved.
*/
#define PAGEMARKER_H_ID "$Id: PageMarker.h,v 1.2 1992/03/01 12:06:12 pfkeb Rel $"
#import "Line.h"
#define PAGE_LENGTH 720
#define PAGE_WIDTH 540
@interface PageMarker : Line
- addSelf: (id) hgraphview;
- draw;
@end